home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Stuff / 3D_Reality / 3D_Reality_API / Examples / ControlPoint.bproj / Camera.h next >
Encoding:
Text File  |  1992-10-09  |  116 b   |  10 lines

  1.  
  2.  
  3. // Fake header definition for getting around the compiler
  4. @interface Camera : Object
  5. {
  6. }
  7.  
  8. - (RtInt)fidelity;
  9.  
  10. @end